home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Enter 1999 March / enter_03_1999_1.iso / DEMA / ph 2000 / InstallPD.bat < prev    next >
DOS Batch File  |  1998-10-30  |  1KB  |  33 lines

  1. @Echo Off
  2. REM ***********************************************************
  3. REM *                                                         *
  4. REM *   Microsoft PhotoDraw 2000 Trial Version Installation   *
  5. REM *                 Microsoft Corporation                   *
  6. REM *                  All Rights Reserved                    * 
  7. REM *                                                         *                     
  8. REM ***********************************************************
  9.  
  10. extract /E pdtrial1.cab
  11. if errorlevel 1 goto failed
  12. extract /E pdtrial2.cab /L PhotoDrw\
  13. if errorlevel 1 goto failed
  14. extract /E pdtrial3.cab /L PhotoDrw\
  15. if errorlevel 1 goto failed
  16. extract /E pdtrial4.cab /L PhotoDrw\
  17. if errorlevel 1 goto failed
  18. extract /E pdtrial5.cab /L PhotoDrw\
  19. if errorlevel 1 goto failed
  20.  
  21. REM Run PhotoDraw Setup
  22. Setup.exe
  23. goto alldone
  24.  
  25. :failed
  26. echo
  27. echo Failed to extract /C cabinet files correctly. 
  28. echo
  29. echo You may have run out of disk space or one of the cabinet
  30. echo files may have become corrupted.
  31.  
  32. :alldone
  33.